Support inline autocompletion in entries (#135953)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 19 Jul 2004 18:15:48 +0000 (18:15 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Jul 2004 18:15:48 +0000 (18:15 +0000)
commit5351a4e444a991bcc3022edb007b047493d86dd1
treee1ce78d7dd1409d1bb9dfd205ef48d8528e21e83
parent23b6bd5378571d027dc03c08843449c130d9fbde
Support inline autocompletion in entries (#135953)

2004-07-19  Matthias Clasen  <mclasen@redhat.com>

Support inline autocompletion in entries  (#135953)

* gtk/gtkentryprivate.h:
* gtk/gtkentrycompletion.h:
* gtk/gtkentrycompletion.c (gtk_entry_completion_class_init):
Add a new signal ::insert-prefix which can be used to override
the default inline-completion behaviour. Add two new boolean
properties, :popup_completion and :inline_completion which
determine how the possible completions should be presented.
(gtk_entry_completion_insert_prefix): New function to request
a prefix insertion.

* gtk/gtkentry.c: Add the necessary glue for inline completion.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkentry.c
gtk/gtkentrycompletion.c
gtk/gtkentrycompletion.h
gtk/gtkentryprivate.h